تسجيل الدخول إنشاء حساب جديد

assembly language أمثلة على

"assembly language" معنى  
أمثلةجوال إصدار
  • The assembly language code, the IBM BIOS.
    لغة البرمجة IBM نظام
  • Programming in assembly language requires the programmer to keep track of the representation of numbers.
    البرمجة في لغة التجميع تتطلب من المبرمج تتبع تمثيل الأرقام.
  • That's the assembly language code.
    انهُ لغة رمز التجميع
  • The definitions are made using MAD declaration statements and assembly language mnemonics included following the declaration up to the END pseudo-instruction that implement the operation.
    الزائفة التي تنفذ العملية.
  • Software distributed in this way was in general simpler and slower than its assembly language counterparts.
    وقد كانت البرامج الموزعة بتلك الطريقة أبسط وأبطأ من تلك المطورة باستخدام لغة التجميع.
  • The software was written in assembly language that might require more attention for testing and good design.
    تمت كتابة البرنامج في لغة التجميع التي قد تتطلب المزيد من الاهتمام للاختبار والتصميم الجيد.
  • One method for creating such code is by allowing a compiler to generate a machine-optimized assembly language version of a particular function.
    أحد الطرق لإنتاج كود بهذه الطريقة عن طريق السماح للمترجم بتوليد نسخة من لغة تجميع للآلة لعملية معينة.
  • For this reason, programs are very rarely written directly in machine code in modern contexts, but may be done for low level debugging, program patching, and assembly language disassembly.
    لهذا السبب، في السياقات الحديثة نادراً ما يتم كتابة البرامج مباشرة في كود الآلة، ولكن يمكن القيام بها لتصحيح الأخطاء على مستوى منخفض، وإنتاج باتش لبرنامج ما، وتفكيك لغة التجميع.
  • It was created by the OpenGL ARB (OpenGL Architecture Review Board) to give developers more direct control of the graphics pipeline without having to use ARB assembly language or hardware-specific languages.
    وصممت بواسطة مجلس مراجعه معمارية الاوبن جي ال لإعطاء المطورين تحكم مباشر أكثر في ماسورة الرسوميات من دون الحاجة لاستخدام لغة الاسمبلي أو اي لغه من لغات العتاد.
  • The instruction path length of an assembly language program is generally vastly different than the number of source lines of code for that program, because the instruction path length includes only code in the executed control flow for the given input and does not include code that is not relevant for the particular input, or unreachable code.
    إن طول مسار التعليمات لبرنامج لغة يختلف كثيرا بشكل عام عن عدد خطوط الكود المصدري لهذا البرنامج لأن طول مسار التعليمات يتضمن كود فقط في مسار تدفق الضبط المُنفذ الخاص بالمدخلات المعنية ولا تتضمن بوضوح كود لا يرتبط بمدخل محدد أو كود غير قابل للتحقيق لا يمكن تنفيذه مطلقاً.
  • Primarily for languages which do not support pointers explicitly but do support arrays, the array can be thought of and processed as if it were the entire memory range (within the scope of the particular array) and any index to it can be thought of as equivalent to a general purpose register in assembly language (that points to the individual bytes but whose actual value is relative to the start of the array, not its absolute address in memory).
    بدايةً للغات التي لا تدعم المؤشرات بوضوح ولكن تدعم المصفوفات، يمكن اعتبار المصفوفة ومعالجتها كما لو كانت نطاق الذاكرة بالكامل (في نطاق مصفوفة محددة) وأي فهرس يمكن اعتباره مكافئ لسجل الغرض العام في لغة التجميع (يشير هذا إلى البايت الفردي ولكن التي تناسب قيمته الفعلية لبداية المصفوفة، ليس عنوانه المطلق في الذاكرة).